home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3rmpray.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.0 KB  |  44 lines

  1.  
  2. // JavaScript wrapper for r3rmpray.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_RENDERMATPROPRAYTR_H = 1;
  7. include("real/raytr/r3rmprop.js")
  8.  
  9.  
  10. var R3CLID_RMPRAYTRACER = 1548;
  11.  
  12.  
  13.  
  14.  
  15. R3RMPRAYA_Count = 1548501;
  16. function SetR3RMPRAYA_Count(value) {
  17.   R3Set(this.r3obj, R3RMPRAYA_Count, value, R3TID_INTEGER, 0); 
  18. }
  19.  
  20. R3RMPRAYA_NormalSide = 1548502;
  21. function SetR3RMPRAYA_NormalSide(value) {
  22.   R3Set(this.r3obj, R3RMPRAYA_NormalSide, value, R3TID_BOOLEAN, 0); 
  23. }
  24.  
  25. R3RMPRAYA_WeightByAngle = 1548503;
  26. function SetR3RMPRAYA_WeightByAngle(value) {
  27.   R3Set(this.r3obj, R3RMPRAYA_WeightByAngle, value, R3TID_BOOLEAN, 0); 
  28. }
  29.  
  30.  
  31.  
  32. function r3Rmpraytracer () { 
  33.    this.base = r3God;
  34.    if(arguments.length) {
  35.       this.base(R3CLID_RMPRAYTRACER, arguments);
  36.    }
  37.    // Attributes
  38.    this.SetCount=SetR3RMPRAYA_Count;
  39.    this.SetNormalSide=SetR3RMPRAYA_NormalSide;
  40.    this.SetWeightByAngle=SetR3RMPRAYA_WeightByAngle;
  41. }
  42.  
  43. r3Rmpraytracer.prototype=new r3Rmatprop;
  44. // r3rmpray.h_H